Django1.8 문서 django 페이지 호출 방법 设备管理系统 url(r'^cmdb/addIndex/$', newview.addIndex), url(r'^cmdb/addEquipment/$', newview.addEquipment), 调用方法: def addIndex(req): return render_to_response('cmdb/addIndex.html') node2:/django/mysite/news/templates/cmdb#cat... Django1.8 문서 django 포획 URL의 값 1. node2:/django/mysite/news#cat ../mysite/urls.py """mysite URL Configuration from django.conf.urls import include,url from django.contrib import admin from blog import views as view from news import views as newview ur... Django1.8 문서
django 페이지 호출 방법 设备管理系统 url(r'^cmdb/addIndex/$', newview.addIndex), url(r'^cmdb/addEquipment/$', newview.addEquipment), 调用方法: def addIndex(req): return render_to_response('cmdb/addIndex.html') node2:/django/mysite/news/templates/cmdb#cat... Django1.8 문서 django 포획 URL의 값 1. node2:/django/mysite/news#cat ../mysite/urls.py """mysite URL Configuration from django.conf.urls import include,url from django.contrib import admin from blog import views as view from news import views as newview ur... Django1.8 문서